Document DDOT standalone#38196
Conversation
| value: datadog,pprof,zpages,prometheus | ||
| - name: DD_OTEL_STANDALONE | ||
| value: 'true' | ||
| - name: DD_CLUSTER_NAME |
There was a problem hiding this comment.
Suggest to rename this to K8S_CLUSTER_NAME as there is nothing specific to Datadog
| key: site | ||
| name: datadog-apikey | ||
| - name: DD_OTELCOLLECTOR_CONVERTER_FEATURES | ||
| value: datadog,pprof,zpages,prometheus |
There was a problem hiding this comment.
Why no infra attributes processor? Because of preset?
There was a problem hiding this comment.
It's manually added below, to increase the cardinality.
But you are right, we should add it to the converter feature in case they decide not to perform the optional step
| {{< code-block lang="yaml" filename="node-collector.yaml" collapsible="true" >}} | ||
| spec: | ||
| config: | ||
| receivers: |
There was a problem hiding this comment.
I would add k8s objects receiver as well (after fixing standalone DDOT)
There was a problem hiding this comment.
DDOT doesn't have the leader election extension, so in the short term I plan on having a dedicated 1-replica deployment, in the long term we can add it to the daemonset in its own pipeline, yes.
|
| code_lang: kubernetes_standalone | ||
| type: multi-code-lang | ||
| code_lang_weight: 3 |
There was a problem hiding this comment.
We can comment these out for now to avoid showing both DaemonSet and Standalone during the preview per Shanel's request.
| code_lang: kubernetes_standalone | |
| type: multi-code-lang | |
| code_lang_weight: 3 | |
| # code_lang: kubernetes_standalone | |
| # type: multi-code-lang | |
| # code_lang_weight: 3 |
|
|
||
| ## Overview | ||
|
|
||
| Follow this guide to deploy the Datadog Distribution of OpenTelemetry (DDOT) Collector using OpenTelemetry's Helm chart or Operator. |
There was a problem hiding this comment.
| Follow this guide to deploy the Datadog Distribution of OpenTelemetry (DDOT) Collector using OpenTelemetry's Helm chart or Operator. | |
| Follow this guide to deploy the Datadog Distribution of OpenTelemetry (DDOT) Collector using the OpenTelemetry or Operator or Helm chart. |
Co-authored-by: Brett Blue <84536271+brett0000FF@users.noreply.github.com>
OTAGENT-1117
Merge readiness
AI assistance
Used claude to merge snippets into complete config, check for unused links, and review